home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Using Midi Launcher
< prev
Wrap
Text File
|
1998-10-26
|
978b
|
33 lines
Installing Midi Launcher
To install the Midi Launcher follow these instructions.
1. Put Midi Launcher into the Environment/Extensions folder
2. Restart SCOM and perform reindex hyperhelp from the menu.
3. To launch a sequencer, scorewrite or other application that accepts
MIDI files compile the file with play-file, compile-song or compile-instrument,
and then use the launch-midi command. Supply it the four letter creator
code of the application you want to launch, and the filename. This filename
must be located in ccl;output folder.
The four letter here "SCPL" means the creator code of SoundApp. It could be
any other sequencer that acceps apple events. However, notice that not all
MIDI software accept apple events.
(play-file "Endless midi"
all-instr '(sect-a sect-b)
)
(launch-midi "SCPL" "Endless midi")
To launch Logic use:
(launch-midi "EMAG" "Endless midi")
To launch Mark of the Unicorn Digital Performer use:
(launch-midi "MOUP" "Endless midi")